home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue66 / Construc / Refactor / Source / fAbout.dfm < prev    next >
Encoding:
Text File  |  2000-10-15  |  860 b   |  45 lines

  1. object f_about: Tf_about
  2.   Left = 341
  3.   Top = 112
  4.   Width = 321
  5.   Height = 214
  6.   Caption = 'About Delphi Builder'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 146
  20.     Width = 313
  21.     Height = 41
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object BitBtn1: TBitBtn
  25.       Left = 224
  26.       Top = 8
  27.       Width = 75
  28.       Height = 25
  29.       TabOrder = 0
  30.       Kind = bkOK
  31.     end
  32.   end
  33.   object Memo1: TMemo
  34.     Left = 0
  35.     Top = 0
  36.     Width = 313
  37.     Height = 146
  38.     Align = alClient
  39.     Color = clInactiveCaptionText
  40.     Lines.Strings = (
  41.       'Memo1')
  42.     TabOrder = 1
  43.   end
  44. end
  45.